home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / ArrowB.h.z / ArrowB.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  50 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: ArrowB.h /main/12 1995/07/14 10:08:56 drk $ */
  12. /*
  13. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  14. #ifndef _XmArrowButton_h
  15. #define _XmArrowButton_h
  16.  
  17. #include <Xm/Xm.h>
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22.  
  23. #ifndef XmIsArrowButton
  24. #define XmIsArrowButton(w) XtIsSubclass(w, xmArrowButtonWidgetClass)
  25. #endif /* XmIsArrowButton */
  26.  
  27. externalref WidgetClass xmArrowButtonWidgetClass;
  28.  
  29. typedef struct _XmArrowButtonClassRec * XmArrowButtonWidgetClass;
  30. typedef struct _XmArrowButtonRec      * XmArrowButtonWidget;
  31.  
  32.  
  33. /********    Public Function Declarations    ********/
  34.  
  35. extern Widget XmCreateArrowButton( 
  36.                         Widget parent,
  37.                         char *name,
  38.                         ArgList arglist,
  39.                         Cardinal argcount) ;
  40.  
  41. /********    End Public Function Declarations    ********/
  42.  
  43.  
  44. #ifdef __cplusplus
  45. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  46. #endif
  47.  
  48. #endif /* _XmArrowButton_h */
  49. /* DON'T ADD ANYTHING AFTER THIS #endif */
  50.